home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / teachrea.sit / Teaching to Read / background_2146.txt < prev    next >
Text File  |  1988-11-14  |  2KB  |  84 lines

  1. -- background: 2146 from stack: in
  2. -- bmap block id: 2513
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10. end openStack
  11.  
  12.  
  13.  
  14. -- part 6 (field)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=117 top=36 right=61 bottom=394
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 20
  22. -- text size: 18
  23. -- style flags: 0
  24. -- line height: 24
  25. -- part name: 
  26.  
  27.  
  28. -- part 8 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=487 top=319 right=342 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to next card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 9 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=0 top=319 right=342 bottom=26
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1014 / 1014
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Prev
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to prev card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 16 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=106 top=321 right=341 bottom=430
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   go to card id 20758
  81. end mouseUp
  82.  
  83.  
  84.